home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 July / CHIP 2006-07.2.iso / program / google / google-browsersync.xpi / chrome / chromeFiles / content / welcome.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-06-07  |  458 b   |  35 lines

  1. #clb-ignition {
  2.   font-size:13px;
  3.   font-family:arial, sans-serif;
  4. }
  5.  
  6. #clb-ignition-account {
  7.   font-size:16px;
  8.   font-weight:bold;
  9. }
  10.  
  11. .clb-outer-box {
  12.   border:1px solid #C3D9FF; 
  13.   padding:3px; 
  14.   background:white;
  15. }
  16.  
  17. .clb-inner-box {
  18.   background:#E8EEFA;
  19.   padding:0.5em 2em;
  20. }
  21.  
  22. .clb-anc {
  23.   color:blue;
  24.   text-decoration:underline;
  25. }
  26.  
  27. .wizard-header-label { 
  28.   margin-top:0.5em;
  29.   margin-bottom:0.5em;
  30. }
  31.  
  32. .wizard-header-description { 
  33.   display:none;
  34. }
  35.